Clear Method

Task Parallel System.Threading

Removes all objects from the ConcurrentStack<(Of <(T>)>).

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Sub Clear
C#
public void Clear()

See Also